brooooooooken pipe.
authorKristian Rietveld <kristian@src.gnome.org>
Wed, 3 Sep 2003 19:57:05 +0000 (19:57 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Wed, 3 Sep 2003 19:57:05 +0000 (19:57 +0000)
15 files changed:
gdk-pixbuf/io-gif.c
gtk/Makefile.am
gtk/gtkcalendar.c
gtk/gtkclist.c
gtk/gtkctree.c
gtk/gtkdnd.c
gtk/gtkentry.c
gtk/gtkhandlebox.c
gtk/gtkitemfactory.c
gtk/gtkmenu.c
gtk/gtknotebook.c
gtk/gtkrange.c
gtk/gtkrc.h
gtk/gtktree.c
gtk/gtktypeutils.h

index bc71a19f1fb3acf1f36e2ab44e0bdd6bfcfe2b81..28cd7e0a259293d7bca3fee75e2b0ff4e87bfbe0 100644 (file)
@@ -1290,7 +1290,7 @@ gif_get_next_step (GifContext *context)
                }
 
                if (c == '!') {
-                       /* Check the extention */
+                       /* Check the extension */
                        gif_set_get_extension (context);
                        return 0;
                }
index c0319342b8a2fdc4261cf6753b768bfbbd15b620..49c251f59e08cffe609b774211a7ba62a75fe7b9 100644 (file)
@@ -486,7 +486,7 @@ gtk_extra_sources =                         \
        gtkmarshal.list
 
 #
-# setup GTK+ sources and their dependancies
+# setup GTK+ sources and their dependencies
 #
 MAINTAINERCLEANFILES = $(gtk_built_sources) $(stamp_files)
 EXTRA_HEADERS =
@@ -496,7 +496,7 @@ EXTRA_DIST += $(gtk_built_sources)
 #
 # rules to generate built sources
 #
-# setup autogeneration dependancies
+# setup autogeneration dependencies
 gen_sources = xgen-gdef xgen-gtbh xgen-gtic xgen-gmh xgen-gmc xgen-gmlh xgen-gmlc
 CLEANFILES = $(gen_sources)
 
index 141bc61b4e9ac8c2a13749085ad159951aade222..d838b3dfbb52d37a92edbe416189c0dc97e1df6e 100644 (file)
@@ -49,7 +49,7 @@
 
 /***************************************************************************/
 /* The following date routines are taken from the lib_date package.  Keep
- * them seperate in case we want to update them if a newer lib_date comes
+ * them separate in case we want to update them if a newer lib_date comes
  * out with fixes.  */
 
 typedef         unsigned   int     N_int;
index 1a43ce515e3430311fca9a9accffb122b955fa32..78d48c84428ab3c30caaa3bbaa99d950a03b9f77 100644 (file)
@@ -2498,7 +2498,7 @@ set_cell_contents (GtkCList    *clist,
       old_mask = GTK_CELL_PIXTEXT (clist_row->cell[column])->mask;
       break;
     case GTK_CELL_WIDGET:
-      /* unimplimented */
+      /* unimplemented */
       break;
     default:
       break;
index b0146c3d7a9d43f4a20d99810576a9b9a7dd5eab..2f5df8ced95f93d46fb9428784ea266f596fc26d 100644 (file)
@@ -2969,7 +2969,7 @@ set_cell_contents (GtkCList    *clist,
       old_mask = GTK_CELL_PIXTEXT (clist_row->cell[column])->mask;
       break;
     case GTK_CELL_WIDGET:
-      /* unimplimented */
+      /* unimplemented */
       break;
       
     default:
index 7a29e3e4eccd7b661fa2b2670dee35d351ed2e6e..4fecbf6a027b5be2107c0bbc2c397a8db99347c6 100644 (file)
@@ -3441,7 +3441,7 @@ gtk_drag_abort_timeout (gpointer data)
  * @current_y: current Y coordinate
  * 
  * Checks to see if a mouse drag starting at (@start_x, @start_y) and ending
- * at (@current_x, @current_y) has passed the GTK+ drag threshhold, and thus
+ * at (@current_x, @current_y) has passed the GTK+ drag threshold, and thus
  * should trigger the beginning of a drag-and-drop operation.
  *
  * Return Value: %TRUE if the drag threshold has been passed.
index 2ec396e4e483334be1fdd479d51e88bc9ae29680..3b22bb6fcdfe0d790c4b0191ecd75533787df55a 100644 (file)
@@ -3420,7 +3420,7 @@ gtk_entry_new (void)
  *
  * Creates a new #GtkEntry widget with the given maximum length.
  * 
- * Note: the existance of this function is inconsistent
+ * Note: the existence of this function is inconsistent
  * with the rest of the GTK+ API. The normal setup would
  * be to just require the user to make an extra call
  * to gtk_entry_set_max_length() instead. It is not
index c34d90f9e1e91bd54471f781deb2ccfdc69229cf..0d09fe23e61544a397bab29d4c29b2a891065189 100644 (file)
@@ -1309,7 +1309,7 @@ gtk_handle_box_motion (GtkWidget      *widget,
          gdk_window_show (hb->float_window);
          hb->float_window_mapped = TRUE;
 #if    0
-         /* this extra move is neccessary if we use decorations, or our
+         /* this extra move is necessary if we use decorations, or our
           * window manager insists on decorations.
           */
          gdk_display_sync (gtk_widget_get_display (widget));
index 142c6cd033f86ab63fe666eb047c7fc531cc6f1e..f8082f1f73beb94356947d3d734baa41910f9485 100644 (file)
@@ -360,7 +360,7 @@ gtk_item_factory_add_item (GtkItemFactory           *ifactory,
   if (GTK_IS_MENU (widget))
     gtk_menu_set_accel_group ((GtkMenu*) widget, ifactory->accel_group);
 
-  /* connect callback if neccessary
+  /* connect callback if necessary
    */
   if (callback)
     {
index 7e1d206be58754a1a9701a867c23cc3cccfe7d93..53116b876adc738c6807f4f752aedf56774d03ec 100644 (file)
@@ -2116,7 +2116,7 @@ gtk_menu_key_press (GtkWidget     *widget,
   /* Modify the accelerators */
   if (can_change_accels &&
       menu_shell->active_menu_item &&
-      GTK_BIN (menu_shell->active_menu_item)->child &&                 /* no seperators */
+      GTK_BIN (menu_shell->active_menu_item)->child &&                 /* no separators */
       GTK_MENU_ITEM (menu_shell->active_menu_item)->submenu == NULL && /* no submenus */
       (delete || gtk_accelerator_valid (accel_key, accel_mods)))
     {
index 6cf9800ef6eae487d1713813190ee8a71f8de2f0..350858d26b348e7771993a81eb8a408d3065a707 100644 (file)
@@ -5337,7 +5337,7 @@ gtk_notebook_reorder_child (GtkNotebook *notebook,
 
   gtk_widget_freeze_child_notify (child);
 
-  /* Move around the menu items if necesary */
+  /* Move around the menu items if necessary */
   gtk_notebook_child_reordered (notebook, page);
   gtk_widget_child_notify (child, "tab_pack");
   gtk_widget_child_notify (child, "position");
index f29a7f249b7546489b5120c490e0ab64245c0cff..61f29102b0eb2328ea5ca3971e0d852544babfde 100644 (file)
@@ -1382,7 +1382,7 @@ gtk_range_scroll_event (GtkWidget      *widget,
 
       /* Policy DELAYED makes sense with scroll events,
        * but DISCONTINUOUS doesn't, so we update immediately
-       * for DISCONTINOUS
+       * for DISCONTINUOUS
        */
       if (range->update_policy == GTK_UPDATE_DISCONTINUOUS)
         gtk_range_update_value (range);
@@ -1658,7 +1658,7 @@ gtk_range_move_slider (GtkRange     *range,
 
   /* Policy DELAYED makes sense with key events,
    * but DISCONTINUOUS doesn't, so we update immediately
-   * for DISCONTINOUS
+   * for DISCONTINUOUS
    */
   if (range->update_policy == GTK_UPDATE_DISCONTINUOUS)
     gtk_range_update_value (range);
index 8fe26b79a3ada581b2a74aea34df0a15750636a7..aa7eaa46bd7f7c0142eaad35773ff806df90b25f 100644 (file)
@@ -97,7 +97,7 @@ struct _GtkRcStyleClass
   GtkRcStyle * (*create_rc_style) (GtkRcStyle *rc_style);
 
   /* Fill in engine specific parts of GtkRcStyle by parsing contents
-   * of brackets. Returns G_TOKEN_NONE if succesful, otherwise returns
+   * of brackets. Returns G_TOKEN_NONE if successful, otherwise returns
    * the token it expected but didn't get.
    */
   guint     (*parse)  (GtkRcStyle   *rc_style,
index 97079ccc0cce2534bdc6eda895dc430ee3182afa..7f4fb981c0322262ad04cb3bf7f406b66f203177 100644 (file)
@@ -595,9 +595,9 @@ gtk_tree_remove_item (GtkTree      *container,
   g_list_free (item_list);
 }
 
-/* used by gtk_tree_remove_items to make the function independant of
+/* used by gtk_tree_remove_items to make the function independent of
    order in list of items to remove.
-   Sort item bu depth in tree */
+   Sort item by depth in tree */
 static gint 
 gtk_tree_sort_item_by_depth(GtkWidget* a, GtkWidget* b)
 {
index 8892818c28c61ca2a98abdbbac452a9954687e44..9c7a9e01e2b40bf64257a24df4d666518af11b01 100644 (file)
@@ -169,7 +169,7 @@ struct _GtkArg
 
 /* argument value access macros, these must not contain casts,
  * to allow the usage of these macros in combination with the
- * adress operator, e.g. &GTK_VALUE_CHAR (*arg)
+ * address operator, e.g. &GTK_VALUE_CHAR (*arg)
  */
 #define GTK_VALUE_CHAR(a)      ((a).d.char_data)
 #define GTK_VALUE_UCHAR(a)     ((a).d.uchar_data)